func runtime.memequal
9 uses
runtime (current package)
map_faststr.go#L38: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L73: if memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L100: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L133: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L168: if memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L195: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L253: if k.str != key.str && !memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L333: if k.str != key.str && !memequal(k.str, key.str, uintptr(key.len)) {
stubs.go#L211: func memequal(a, b unsafe.Pointer, size uintptr) bool
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |